Package es.csic.iiia.fabregues.dip.board
Class Dislodgement
java.lang.Object
es.csic.iiia.fabregues.dip.board.Dislodgement
- All Implemented Interfaces:
java.io.Serializable
public class Dislodgement
extends java.lang.Object
implements java.io.Serializable
Stores the dislodgement information that is the list of
units that are dislodged and where they can be retreated to.
- Author:
- Angela Fabregues, IIIA-CSIC, fabregues@iiia.csic.es
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description Dislodgement(Power power, Region region)
-
Method Summary
Modifier and Type Method Description void
addRetreateToRegion(Region region)
Power
getPower()
Region
getRegion()
java.util.Vector<Region>
getRetreateTo()